'宣言 Public Overloads Shared Function CreateCustom(Of T As ICustomEffect)( _ ByVal effectContext As EffectContext _ ) As Effect
public static Effect CreateCustom<T>( EffectContext effectContext ) where T: ICustomEffect
パラメータ
- effectContext
- The effect context.
型パラメータ
- T